CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 维吉尼亚 密码 算法

搜索资源列表

  1. 维吉尼亚密码法

    0下载:
  2. 一个较为简单的维吉尼亚算法,供大家参考一下。-a relatively simple algorithm, Va., for your reference.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21965
    • 提供者:叶海鹏
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:Kary Lu
  1. gudianmima

    0下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3852
    • 提供者:徐凯波
  1. Vigenere

    0下载:
  2. 维吉尼亚密码算法,用维吉尼亚实现数据的加密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9705
    • 提供者:刘枫
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

    1下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:发就
  1. 算法

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:god
  1. Vigenere

    1下载:
  2. 现代密码学 MATLAB 维吉尼亚 加密方法 古典密码体制 经典加密算法-Modern Cryptography encryption method MATLAB Virginia classic classical cryptosystem encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:880
    • 提供者:罗晓华
  1. vigenere

    0下载:
  2. 粗程序用c语言实现了维吉尼亚密码的加密算法-Procedures used coarse language to achieve the Virginia c password encryption algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:956
    • 提供者:Ian
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711
    • 提供者:耿颖颖
  1. vigenere

    0下载:
  2. 密码学中 维吉尼亚算法的 c语言实现 调试无误-Virginia cryptography algorithm implementation c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1998
    • 提供者:linjia
  1. cryptologycoding

    0下载:
  2. 一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1112675
    • 提供者:zk
  1. vigen

    0下载:
  2. 这是维吉尼亚密码算法的实现,密钥空间不同于其它的,是52个字母(大、小写),因此算法也不一眼-This is Virginia password algorithm, the key space is different from the other, is 52 letters (uppercase and lowercase), so the algorithm is not a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3627
    • 提供者:1457987661
  1. Vigenere

    0下载:
  2. 古典密码算法中的维吉尼亚密码算法 是一种简单的置换密码 输入密钥 为英文字符串 以密钥的阿斯克码与明文相加得密文-Classical cryptographic algorithms in Virginia cryptographic algorithm is a simple replacement for the English string password key to key usk code was added to the ciphertext and plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:281404
    • 提供者:
  1. Vigenere_CY

    0下载:
  2. 密码箱作业:具有可视界面的维吉尼亚密码算法-Vigenere algorithm
  3. 所属分类:Applet

    • 发布日期:2017-11-11
    • 文件大小:12704
    • 提供者:张望
  1. VigenereCipher

    0下载:
  2. 维吉尼亚密码算法,使用标准C实现,本科密码学课程实践内容-Vigenere Cipher,Standard C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:201536
    • 提供者:YangPudn
  1. weijiniyajiami

    0下载:
  2. 维吉尼亚密码算法,实现对文本的读取,加密,对文本的解密,保存-Virginia password algorithm, to achieve the text of the reading, encryption, decryption of the text, save
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:650522
    • 提供者:罗毅
  1. weijiniyapojie

    0下载:
  2. 在不知道密码的情况下,实现对未知的维吉尼亚密码算法的文本解密,显示明文-Do not know the password in the case, to achieve the unknown Virginia password algorithm to decrypt the text, show clear
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:795648
    • 提供者:罗毅
  1. 15281160_实验1_古典密码学实验

    0下载:
  2. 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1639424
    • 提供者:啦啦啦1314
  1. work2 Vigenere cipher

    3下载:
  2. 维吉尼亚密码算法加密解密用matlab实现,有注释版(Virginia cipher encryption and decryption)
  3. 所属分类:其他

    • 发布日期:2019-11-07
    • 文件大小:29696
    • 提供者:judian
« 12 »
搜珍网 www.dssz.com